projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53214f2
)
Fixing tests/ build for removal of GtkObject type.
author
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Mon, 27 Sep 2010 06:10:23 +0000
(15:10 +0900)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Mon, 27 Sep 2010 06:10:23 +0000
(15:10 +0900)
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index ef88708048e5d328024b3e8d10ac55e5c91a207c..de56fb555cac0586692875857187535136db00a7 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-2720,7
+2720,7
@@
uposition_configure (GtkWidget *window)
static void
uposition_stop_configure (GtkToggleButton *toggle,
- G
tkObject
*window)
+ G
Object
*window)
{
if (toggle->active)
g_signal_handlers_block_by_func (window, G_CALLBACK (uposition_configure), NULL);